From 43b88b11b3efca2b67ccd30e9c2a6f50c30d8e0b Mon Sep 17 00:00:00 2001 From: Robert Hoenig Date: Tue, 30 Dec 2014 02:26:18 -0600 Subject: [PATCH] Clarifies the meaning of the function which tests the bug T34712 Change-Id: I17922b9bc6ac2ce5fef7aebc27020874d349f507 --- tests/phpunit/includes/deferred/SearchUpdateTest.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/includes/deferred/SearchUpdateTest.php b/tests/phpunit/includes/deferred/SearchUpdateTest.php index c62753713a..b70880e80f 100644 --- a/tests/phpunit/includes/deferred/SearchUpdateTest.php +++ b/tests/phpunit/includes/deferred/SearchUpdateTest.php @@ -67,9 +67,10 @@ EOT /** * @covers SearchUpdate::updateText - * @todo give this test a real name explaining what is being tested here + * Test bug 32712 + * Test if unicode quotes in article links make its search index empty */ - public function testBug32712() { + public function testUnicodeLinkSearchIndexError() { $text = "text „http://example.com“ text"; $result = $this->updateText( $text ); $processed = preg_replace( '/Q/u', 'Q', $result ); -- 2.20.1